dreamweaver.editLockedRegions()

Availability 2.0
Description Depending on the value of the argument, makes locked regions editable or noneditable. By default, locked regions are noneditable; if you try to edit a locked region before specifically making it editable with this function, Dreamweaver beeps and disallows the change.
Note: Editing locked regions can have unintended consequences for library items and templates. It is not recommend that you use this function outside the context of data translators.
Arguments bAllowEdits
The argument is a Boolean value indicating that edits are allowed (TRUE) or not allowed (FALSE). Dreamweaver automatically restores locked regions to their default (noneditable) state when the script that calls this function finishes executing.
Returns Nothing.
Enabler None.